body,div,ul,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,A,input,textarea{
	margin:0px;
	padding:0px;
	font-size:14px;
	text-align:left;
	font-family:"microsoft yahei";
	text-decoration: none;
	color: #666;
	list-style:none ;
	box-sizing: border-box;
	}
a :hover,body {
	color: #333
}

.btn,body {
	background-color: #fff
}

.header .top .logo,.inner-bar h2,.section .stitle h2,.section-about .about-content h4,.section-case ul li,.section-tech ul li,.title1 h2 {
	text-transform: uppercase
}

.inner-bar h2,.inner-content .inner-nav>ul>li li {
	text-indent: 5px
}

abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block
}


body {
	line-height: 1;
	font-size: 14px;
	overflow-x: hidden
}

ol,ul {
	list-style: none
}

blockquote,q {
	quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a {
	text-decoration: none;
	color: #333
}

* {
	box-sizing: border-box
}

img {
	vertical-align: middle
}
.nyimg img{
	width: 100%;	
}

.clearfix:after,.clearfix:before {
	content: " ";
	display: table
}
.clear{
	clear: both
}
.left{
	float: left;
}
.right{
	float: right;
}
.clearfix:after {
	clear: both
}

.text-center {
	text-align: center
}

.container {
	position: relative;
	margin: 0 auto;
	width: 1200px
}

.bt .mb{
	display:none;
	}

.header {
	width: 100%;
}
.header_top{
	width:1200px;
	margin:auto;
	padding:30px 0 25px 0;	
	}
.tel{
	width:815px;
	float:right;
	}
.tel .left{
	width:530px;
	}
.tel .left b{
	font-size:20px;
	color:#01aaaa;
	font-weight:bold;
	display:block;
	margin-top:14px;
	}
.tel .left p{
	font-size:16px;
	color:#666666;
	line-height:35px;
	}
.tel .right{
	font-size:25px;
	color:#01aaaa;
	line-height:30px;
	font-weight:bold;
	}
.tel .right span{
	display:block;
	text-align:right;
	}
.tel .right img{
	margin-right:8px;
	}
.logo{
	width:340px;
	height:80px;
	padding-top:7px;
	border-right:1px solid #dcdcdc;
	}	
.logo img{
	vertical-align:middle;
	}
.nav{
	width:100%;
	height:38px;
	background:#454545;
	}
.nav ul{
	width:1200px;
	margin:auto;
	}
.nav ul li{
	width:170px;
	height:38px;
	float:left;
	}
.nav ul li a{
	display: block;
    text-align: center;
    color: #fff;
    line-height: 38px;
    font-size: 14px;
	}
.nav ul li a:hover , .nav ul .gl a{
	background:#01aaaa;
	}


.mbnav{
	z-index: 999;
	position: relative;
	float: right;
	display: none;
	width: 18%;
	margin-top:15px;
	text-align: center;
}
.mbnav img{
	width: 100%;
}

.banner{
	width: 100%;
	overflow: hidden;
}
.swiper-container {
      width: 100%;
      height: 100%;
    }
#swiper1 .swiper-wrapper{
  /* 通过改变animation-timing-function 制作弹性切换效果 */
		transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
	}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-button-next:after,.swiper-button-prev:after {
	color:#ddd;
	}
.swiper-pagination-bullet {
	width:16px;
	height: 16px;
	opacity:0.8;
	background:#ddd;
	}
.swiper-pagination-bullet-active {
	background:#01aaaa;
	opacity:1;
	}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom:30px;
	}
/**/
.bt h2{
	border-bottom:1px solid #d2d2d2;
	text-align:center;
	font-size:25px;
	color:#01aaaa;
	}
.bt h2 span{
	display:block;
	width:45px;
	background:#01aaaa;
	margin:20px auto 0;
	height:4px;
	}	
.bt h4{
	text-align:center;
	font-size:17px;
	color:#d2d2d2;
	text-transform:uppercase;
	padding:15px 0;
	}
.bt p{
	text-align:center;
	color:#555;
	font-size:16px;
	}
.bt h3{
	text-align:center;
	line-height: 24px;
	padding-top:20px;
}
.bt h3 a{
	display: inline-block;
	border: 2px solid #ccc;
	padding: 5px 20px;
	margin: 3px;
	color: #333;
}
.bt h3 a:hover{
	background: #01aaaa;
	color: #fff;
	border: 2px solid #01aaaa;
}
.bt h3 .gl{
	background: #01aaaa;
	color: #fff;
	border: 2px solid #01aaaa;
}
/*prodcut_index*/
.prodcut_index{
	overflow:hidden;
	padding-top:60px;
	}
.prodcut_index ul{
	width:1300px;
	padding-top:15px;
	}
.prodcut_index ul li{
	width:382px;
	float:left;
	height:482px;
	background:#212121;
	margin-right:27px;
	margin-bottom:27px;
	}
.prodcut_index ul li img{
	width:100%;
	}
.prodcut_index ul li .zclj{
	display:block;
	float:left;
	width:282px;
	padding-left:20px;
	}
.prodcut_index ul li .zclj {
	color:#fff;
	font-size:25px;
	line-height:30px;
	padding-top:20px;
	float:left;
	}
.prodcut_index ul li .zclj b{
	display:block;
	color:#01aaaa;
	}
.prodcut_index ul li .dhzx{
	width:100px;
	float:right;
	background:#01aaaa;
	height:100px;
	font-size:25px;
	color:#fff;
	text-align:center;
	line-height:30px;
	padding:20px;
	}
.more{
	height:80px;
	width:440px;
	background:#01aaaa;
	display:block;
	margin:15px auto 0;
	line-height:80px;
	font-size:30px;
	color:#fff;
	text-align:center;
	}
/**/
.about{
	padding-top:80px;
	}
.about ul h2{
	font-size:30px;
	color:#01aaaa;
	text-align:center;
	font-weight:bold;
	line-height:80px;
	}
.about ul .about1{
	text-align:center;
	font-size:15px;
	color:#333;
	line-height:33px;
	}
.about ul .about2{
	display:none;
	}
.about ul .about3{
	text-align:center;
	padding:30px 0;
	}
.about ul .about3 span{
	display:inline-block;
	background:#01aaaa;
	text-align:center;
	color:#fff;
	font-size:25px;
	padding:10px 25px;
	}
.aboutx ul li{
	margin-top:20px;
	border:5px solid #bfbfbf;
	position:relative;
	}
.aboutx ul li img{
	width:100%
	}
.aboutx ul li p{
	font-size:20px;
	text-align:center;
	color:#fff;
	line-height:50px;
	position:absolute;
	z-index:3;
	bottom:0px;
	text-align:center;
	width:100%;
	background-color: rgba(0,0,0,0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000,endColorstr=#C8000000);
	}
.aboutx .aboutx1{
	width:338px;
	float:right;
	}
.aboutx .aboutx2{
	width:338px;
	float:left;
	}
.aboutx .aboutx3{
	width:486px;
	float:left;
	margin-left:19px;
	}
/**/
.qyys{
	background:url(../images/ys_bj.jpg) no-repeat center;
	margin-top:80px;
	width:100%;
	}
	
.qyys_bt{
	color:#fff;
	text-align:center;
	font-size:25px;
	font-weight:bold;
	padding:60px 0 40px 0;
	}	
.qyys_bt span{
	display:block;
	width:40px;
	height:5px;
	background:#fff;
	margin:20px auto 0;
	}
.qyys ul{
	width:1216px;
	margin:auto;
	padding-bottom:80px;
	}
.qyys ul li{
	width:278px;
	background:#fff;
	margin:0 13px;
	float:left;
	height:280px;
	padding:35px 30px;
	}
.qyys ul li img{
	margin:auto;
	display:block;
	}
.qyys ul li h2{
	font-size:20px;
	color:#01aaaa;
	text-align:center;
	font-weight:bold;
	padding:25px 0;
	}
.qyys ul li p{
	font-size:14px;
	text-align:center;
	line-height:28px;
	color:#666;
	}
/**/
.zszs{
	padding:60px 0;
	overflow:hidden;
	}
.zszs .zszs_wz h2{
	font-size:60px;
	text-align:center;
	color:#333;
	font-weight:bold;
	padding-top:30px;
	}
.zszs .zszs_wz h2 span{
	color:#01aaaa
	}
.zszs .zszs_wz h4{
	text-align:center;
	color:#000;
	font-size:30px;
	padding:25px 0;
	}
.zszs .zszs_wz p{
	text-align:center;
	font-size:20px;
	line-height:36px;
	}
.zszs_tp{
	width:1300px;
	padding-top:20px;
	}
.zszs_tp a{
	display:block;
	width:288px;
	float:left;
	margin-top:16px;
	margin-right:16px;
	}
.zszs_tp a img{
	width:100%;
	}
/**/	
.news_left{
	width:580px;
	height:408px;
	float:left;
	background:#000;
	margin-top:40px;
	}
.news_left .swiper-slide p{
	position:absolute;
	bottom:0px;
	width:100%;
	height:55px;
	font-size:14px;
	color:#fff;
	text-align:left;
	line-height:55px;
	padding-left:30px;
	background-color: rgba(0,0,0,0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000,endColorstr=#C8000000);
	}	
.news_left .swiper-slide p b{
	padding-right:10px;
	font-size:18px;
	}	
.news_left .swiper-pagination-bullet{
	width:12px;
	height:12px;
	}
.news_left .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 16px;
	}
.news_left .swiper-pagination {
	text-align:right;
	padding-right:20px;
	}		
	
.news_right{
	width:590px;
	float:right;
	height:408px;
	margin-top:20px;
	}
.news_right li{
	height:80px;
	margin:25px 0;
	}
.news_right li .time{
	width:100px;
	height:80px;
	border-right:1px solid #d2d2d2;
	float:left;
	display:block;
	font-size:18px;
	text-align:center;
	}

.news_right li .time b{
	display:block;
	font-size:50px;
	text-align:center;
	line-height:60px;
	}
.news_right li .nrwz{
	width:465px;
	float:right;
	line-height:24px;
	color:#666;
	}
.news_right li .nrwz b{
	font-size:18px;
	display:block;
	color:#333;
	margin-bottom:5px;
	}
/**/

.foot{
	width:100%;
	background:#1b1b1b;
	margin-top:90px;
	}
.foot .zxly{
	background:#fff;
	}
.foot .zxly .right{
	padding:40px;
	width:430px;
	}
.foot .zxly .right h2{
	margin-bottom:20px;
	font-size:34px;
	text-align:right;
	padding-right:40px;
	color:#ff000c;
	font-weight:bold;
	}
.foot .zxly .right h2 span{
	display:block;
	text-align:right;
	}
.foot .zxly .right h2 img{
	margin-right:15px;
	}
.foot .zxly .left{
	padding:30px;
	width:300px;
	
	}
.ly_r{
	float:right;
	}
.lynr{
	width:300px;
	float:left;
	margin-left:40px;
	padding-top:50px;
	}
.lynr .txt{
	width:100%;
	margin-bottom:10px;
	height:40px;
	border-radius:0px;
	border:1px solid #ddd;
	padding-left:15px;
	}
.lynr .text{
		height:120px;
		padding:15px;
		font-family:"Microsoft Yahei"
	}
.submit{
	width:30%;
	text-align:center;
	border-radius:0px;
	border:none;
	background:#333;
	color:#fff;
	text-align:center;
	height:35px;
	}
.bqsy{
	height:90px;
	text-align:center;
	line-height:70px;
	}
.bqsy span{
	color:#fff;
	padding:0 10px;
	font-size:16px;
	}
.bqsy span a{
	color:#fff;
	font-size:16px;
	}

.mian{
	padding-top:80px;
	}
.mian .bt{
	margin-bottom:20px;
	}
.aboutn {
    line-height: 28px;
}
.aboutn img{
	width:100%;
	}
.pagination{
	text-align: center;
	padding-top: 30px;
}
.page-item{
	display: inline-block;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ddd;
}
.page-num{
	padding: 5px 10px;
	display: inline-block;
	background: #ddd;
	margin: 0 2px;
}
.pagination a:hover{
	color: #fff;
	background: #01aaaa;
}
.page-num-current{
	background: #01aaaa;
	color: #fff;
}

.newslist{
	
	width: 100%;

}
.newslist ul li{
	line-height: 25px;
	padding: 20px 0;
	border-bottom: 1px dashed #ccc;
}
.newslist ul li b{
	display: block;
	font-weight: bold;
}
.newslist ul li p{
	color: #666;
}
.newslist ul li span{
	color: #999;
}	
	
.news_bt h2{
	font-size: 24px;
	text-align: center;
	color: #333;
	padding-top:30px;
	margin-bottom:20px;
}
.news_bt h4{
	border: 2px solid #eee;
	text-align: center;
	margin: 20px 0;
	color: #ccc;
	padding: 5px;
}	


.case{
	width: 1200px;
	overflow: hidden;
	margin-top: 40px;
}

.case ul{
	width: 1300px;
	overflow: hidden;
}
.case ul li{
	width: 290px;
	float: left;
	margin-right: 13px;
	margin-bottom: 23px;
	border:1px solid #ddd;
	background:#ddd;
}
.case ul li img{
	width: 100%;
}
.case ul li p{
	text-align: center;
	line-height: 50px;
}
.caseshow img{
	max-width:100%;
	margin:auto;
	display:block;
	}	
.caseshow h6{
	text-align:center;
	font-size:20px;
	margin-bottom:20px;
	}
.pr_show{
	border:1px solid #ddd;
	width:60%;
	margin:0 auto 20px;
	}
.pr_show1{
	width:60%;
	margin:auto;
	line-height:28px;
	}












	